func runtime.chanbuf
12 uses
runtime (current package)
chan.go#L138: func chanbuf(c *hchan, i uint) unsafe.Pointer {
chan.go#L238: qp := chanbuf(c, c.sendx)
chan.go#L371: typedmemclr(c.elemtype, chanbuf(c, c.recvx))
chan.go#L614: qp := chanbuf(c, c.recvx)
chan.go#L720: qp := chanbuf(c, c.recvx)
chan.go#L931: racerelease(chanbuf(c, 0))
chan.go#L932: raceacquireg(sg.g, chanbuf(c, 0))
chan.go#L933: racereleaseg(sg.g, chanbuf(c, 0))
chan.go#L934: raceacquire(chanbuf(c, 0))
chan.go#L948: qp := chanbuf(c, idx)
select.go#L461: qp = chanbuf(c, c.recvx)
select.go#L486: typedmemmove(c.elemtype, chanbuf(c, c.sendx), cas.elem)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |